Skip to content

Fix workflow_dispatch issue number being converted to float#4914

Merged
ondrejmirtes merged 1 commit into2.1.xfrom
claude/fix-workflow-issue-number-OlQIz
Feb 13, 2026
Merged

Fix workflow_dispatch issue number being converted to float#4914
ondrejmirtes merged 1 commit into2.1.xfrom
claude/fix-workflow-issue-number-OlQIz

Conversation

@ondrejmirtes
Copy link
Member

Change input type from number to string for the issue-number input
in both workflow_dispatch and workflow_call triggers. GitHub Actions
treats number inputs as floats, converting "14100" to "14100.0".

https://claude.ai/code/session_013WeBacui19hKNg8a8fKEmD

Change input type from `number` to `string` for the issue-number input
in both workflow_dispatch and workflow_call triggers. GitHub Actions
treats number inputs as floats, converting "14100" to "14100.0".

https://claude.ai/code/session_013WeBacui19hKNg8a8fKEmD
@ondrejmirtes ondrejmirtes merged commit a0f4e0c into 2.1.x Feb 13, 2026
111 of 115 checks passed
@ondrejmirtes ondrejmirtes deleted the claude/fix-workflow-issue-number-OlQIz branch February 13, 2026 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants